crypto/tls.activeCert.cert (field)
6 uses
crypto/tls (current package)
cache.go#L48: cert *x509.Certificate
handshake_client.go#L970: if cert.cert.PublicKeyAlgorithm == x509.RSA {
handshake_client.go#L971: n := cert.cert.PublicKey.(*rsa.PublicKey).N.BitLen()
handshake_client.go#L978: certs[i] = cert.cert
ticket.go#L229: ss.peerCertificates = append(ss.peerCertificates, c.cert)
ticket.go#L257: chain = append(chain, c.cert)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |